home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.3 / Video Toaster v4.3.iso / 4.2 / arexx / editor / oz / 99-killwindow < prev    next >
Text File  |  1998-04-16  |  292b  |  14 lines

  1. /* ClearWindow.rexx V1.3 -- Clears a left over window from Arexx exit */
  2. /*                       */
  3.  
  4. OPTIONS RESULTS
  5. call remlib('PROJECT_REXX_PORT')
  6. call addlib('PROJECT_REXX_PORT', 0)
  7.  
  8. call req_close()
  9. call req_error(" OZ:   Window cleared!  (I hope)")
  10.  
  11. call remlib('PROJECT_REXX_PORT')
  12.  
  13.  
  14.